home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00163.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  354 b   |  21 lines

  1. on mouseUp
  2.   global bioInfo
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   leaveFrontPage()
  7.   if count(bioInfo) = 0 then
  8.     cursor(0)
  9.     alert("Please update Biographical Data for the new cycle.")
  10.     cursor(4)
  11.     go("bioData")
  12.     cursor(0)
  13.   else
  14.     if count(stamp) > 0 then
  15.       opendaybook()
  16.     else
  17.       chartAnEntry()
  18.     end if
  19.   end if
  20. end
  21.